home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / codigo / Essentials.txt < prev    next >
Text File  |  2006-12-13  |  3KB  |  58 lines

  1. stop();
  2.  
  3. ///////////////////////
  4.  
  5.  _root.secoes.Essentials.bot_1.onRelease = function() {
  6.        _root.secoes.tipo.gotoAndStop("download");
  7.        _root.nome = "DirectX 9"; 
  8.        _root.secoes.descricoes.descricaos.text =  "Download right now the latest DirectX 9 version, an essential software for many Windows games. Note: It's necessary to be connected to the Web, file size 55 mb"; 
  9.        _root.controle = "-"; 
  10.        _root.comando = "LINK";
  11.        _root.licenca = "Freeware";
  12.        _root.caminho = "http://go.microsoft.com/fwlink/?linkid=56511&clcid=0x409";
  13.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%http://go.microsoft.com/fwlink/?linkid=56511&clcid=0x409";
  14.        loadMovie("interface\\imagens\\directx9.jpg", "_root.secoes.descricoes.destino");
  15.    };
  16.    // -------
  17.  
  18.  _root.secoes.Essentials.bot_2.onRelease = function() {
  19.        _root.secoes.tipo.gotoAndStop("instalavel");
  20.        _root.nome = "DLLs"; 
  21.        _root.secoes.descricoes.descricaos.text =  "Essential files for your game run perfectly"; 
  22.        _root.controle = "-"; 
  23.        _root.comando = "run.app";
  24.        _root.licenca = "Freeware";
  25.        _root.caminho = "\\Essentials\\DLLs.exe";
  26.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Essentials\\DLLs.exe";
  27.        loadMovie("interface\\imagens\\dllimagem.jpg", "_root.secoes.descricoes.destino");
  28.    };
  29.    // -------
  30.  
  31.  _root.secoes.Essentials.bot_3.onRelease = function() {
  32.        _root.secoes.tipo.gotoAndStop("instalavel");
  33.        _root.nome = "Flash Player"; 
  34.        _root.secoes.descricoes.descricaos.text =  "The latest version of the plug-in of the main format for animation in the Web"; 
  35.        _root.controle = "-"; 
  36.        _root.comando = "run.app";
  37.        _root.licenca = "Freeware";
  38.        _root.caminho = "\\Essentials\\install_flash_player_9_ax_beta.exe";
  39.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Essentials\\install_flash_player_9_ax_beta.exe";
  40.        loadMovie("interface\\imagens\\flashplayer.jpg", "_root.secoes.descricoes.destino");
  41.    };
  42.    // -------
  43.  
  44.  _root.secoes.Essentials.bot_4.onRelease = function() {
  45.        _root.secoes.tipo.gotoAndStop("instalavel");
  46.        _root.nome = "Shockwave"; 
  47.        _root.secoes.descricoes.descricaos.text =  "Essential software to play some games"; 
  48.        _root.controle = "-"; 
  49.        _root.comando = "run.app";
  50.        _root.licenca = "Freeware";
  51.        _root.caminho = "\\Essentials\\Flash_Shockwave_Full.exe";
  52.        _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Essentials\\Flash_Shockwave_Full.exe";
  53.        loadMovie("interface\\imagens\\shockwave.jpg", "_root.secoes.descricoes.destino");
  54.    };
  55.    // -------
  56.  
  57.  
  58.